ヘッダーをスキップ
Oracle TimesTen In-Memory Database APIおよびSQLリファレンス・ガイド
リリース6.0
B25770-01
  目次へ
目次
索引へ
索引

前へ
前へ
次へ
次へ
 

エラー15000 - 15999

エラー番号
エラーまたは警告メッセージ
詳細
15000 
Password is incorrect 
不正なパスワードが指定されました。
15001 
User lacks privilege
<privilege_needed> 
指定された操作の権限がユーザーにありません。
15002 
No such user 
存在しないユーザーを変更または削除しようとしました。
15003 
Number of users specified
at daemon startup
exceeded 
制限に達した後に別のユーザーを追加しようとしました。ttendaemon.optionsファイルに新しい-maxusersオプションを指定して、デーモンを再起動する必要があります。
15004 
User already exists 
名前がすでに存在するユーザーを追加しようとしました。
15005 
User defined as
'identified externally'
but password provided, or
vice/versa 
TimesTenユーザーに対してパスワードが指定されなかったか、オペレーティング・システムまたはネットワークによってIDENTIFIED EXTERNALLYとして定義されたユーザーに対してパスワードが指定されたために、認証が失敗しました。
15006 
Cannot delete the
instance administrator
user 
インスタンス管理者ユーザーを削除しようとしました。
15007 
Access control not
enabled 
アクセス制御が有効ではないときに、認可機能を実行しようとしました。
15008 
User name exceeds limit
of 30 characters 
指定されたユーザー名が長すぎます。30文字以下である必要があります。
15009 
Password required for
<username> 
指定されたユーザー名にPWDまたはPWDCrypt属性を指定する必要があります。
15010 
Cannot convert user from
'identified externally'
to internal or vice
versa. 
IDENTIFIED EXTERNALLYとして定義されているユーザーにはパスワードを指定できません。また、内部TimesTenユーザーとして定義されているユーザーのパスワードは削除できません。
15011 
Password exceeds limit of
<number> characters 
PWD属性が長すぎます。
15012 
Encrypted password must
have exactly <number>
characters 
PWDCrypt属性の長さが正しくありません。
15013 
Cannot alter privileges
for the instance
administrator user 
管理者権限を変更するには、管理者アカウントにログインする必要があります。
15014 
Only the instance
administrator user can
perform this command 
管理者に限定されているコマンドを実行するには権限が不足しています。
15015 
Cannot alter password for
predefined users 
管理者のパスワードを変更するには権限が不足しています。
15016 
Unsupported use of an
internal system user
acccount 
事前定義ユーザー(PUBLIC、SYS、TTREP)の1つが、サポートされていない操作で使用されています。
15017 
ADMIN privilege required
to alter <attribute_name>
attribute 
アクセス制御の使用中に、初期接続属性を以前の値から変更するには、ADMIN権限が必要です。
15018 
Password is illegal.
Either it is empty, has
leading or trailing white
space characters, or
contains carriage-return,
newline or semi-colon
characters. 
ODBC接続文字列およびiniファイル構文の制限のため、表示された制限のいずれかに該当するパスワードは正しく認識されず、パスワード作成時に許可されません。